home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / gnuplot / gnuplot-3.7.1src / gnuplot-3.7.1 / intergra.x11 < prev    next >
Linux/UNIX/POSIX Shell Script  |  1999-11-29  |  683b  |  20 lines

  1. #!/bin/sh
  2. mv gnuplot_x11.c gnuplot_x11.c_x
  3. mv corplot.c corplot.c_pc
  4. mv winmain.c winmain.c_pc
  5. mv wintext.c wintext.c_pc
  6. mv winmenu.c winmenu.c_pc
  7. mv bf_test.c bf_test.c_b
  8. acc -knr -DSYSV -DUSG -DGAMMA=gamma -DHAVE_GETCWD -DX11 \
  9. -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw *.c \
  10. -lbsd -lplot -lm -o gnuplot.intergraph
  11. mv gnuplot_x11.c_x gnuplot_x11.c
  12. acc -knr -DSYSV -DUSG -DGAMMA=gamma -DHAVE_GETCWD -DX11 \
  13. -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw gnuplot_x11.c \
  14. -lXaw -lXmu -lXt -lXext -lX11 -lbsd -lm -o gnuplot_x11.intergraph
  15. mv corplot.c_pc corplot.c
  16. mv winmain.c_pc winmain.c
  17. mv winmenu.c_pc winmenu.c
  18. mv wintext.c_pc wintext.c
  19. mv bf_test.c_b bf_test.c
  20.